📦 Returns all line items for a specific order ID.
HTTP: GET /orders/detail/{oid}
| Name | Type | Required | Description | Example |
|---|---|---|---|---|
| oid | string | yes | Order ID (e.g., PM4544521). | PM4544521 |
curl -H "Authorization: ApiKey YOUR_API_KEY" "https://admin.elpricing.com/api/orders/detail/{oid}"Tasks are persisted to var/api_queue/tasks.json. Process them with:
php go.php cron:list\nphp go.php cron:go
Logs are written to var/api_queue/logs/{task_id}.log.